home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
kill-the-dragons.swf
/
scripts
/
DefineSprite_480
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
236 b
|
13 lines
stagewidth = 500;
stageheight = 280;
centerstageX = stagewidth / 2;
centerstageY = stageheight / 2;
i = 1;
while(i < totalballs + 1)
{
duplicateMovieClip("ball","ball" + i,16384 + i);
i++;
}
ball._visible = 0;
stop();